-
-
-
<para> HTML output generates a single HTML file of all of the
-waypoints in the input file. It supports a number of Geocaching GPX
+waypoints in the input file. It supports a number of Groundspeak GPX
extensions, as well as filters out potentially harmful HTML from the
input file while maintaining almost all of the source HTML formatting.
-Use the 'stylesheet' option to specify a CSS stylesheet to be used
-with the resulting HTML file. Use the 'encrypt' option to encrypt
-hints from Groundspeak GPX files. Use the 'logs' option to include
-Groundspeak cache logs.
</para>
<para> The following command line reads a GPX file with
Groundspeak extensions and writes an HTML file with encrypted hints
that is rendered using a custom stylesheet:
</para>
- <screen format="linespecific">gpsbabel -i gpx -f 12345.gpx \
- -o html,stylesheet=green.css,encrypt -F 12345.html
-</screen>
+<screen format="linespecific">gpsbabel -i gpx -f 12345.gpx -o html,stylesheet=green.css,encrypt -F 12345.html</screen>
-
-
-
<para> This is a simple human readable version of the data file,
-handy for listings of any type of waypoint files. Use the 'nosep'
-option to suppress the lines of dashes between entries. Use the
-'encrypt' option to encrypt hints from Groundspeak GPX files. Use the
-'logs' option to include Groundspeak cache logs.
+handy for listings of any type of waypoint files.
</para>
<para> The following command line reads a GPX file with
Groundspeak extensions and writes a text file with encrypted hints:
</para>
- <screen format="linespecific">gpsbabel -i gpx -f 12345.gpx -o text,encrypt -F 12345.txt
-</screen>
+<screen format="linespecific">gpsbabel -i gpx -f 12345.gpx -o text,encrypt -F 12345.txt</screen>